Pauses script playback for a number of milliseconds before continuing. For example, you can use this statement if you are testing a client/server application that requires the server to be running before the client and the server takes a few seconds to start.
Syntax
Delay(Time)
Arguments
| Argument | Description |
|---|---|
| Time | Number of milliseconds to pause playback before it continues. |
Example
Delay(5000)